Skip to content

Fix check for long double as float on clang ppc64le#300

Merged
mborland merged 1 commit into
developfrom
299
Jul 2, 2026
Merged

Fix check for long double as float on clang ppc64le#300
mborland merged 1 commit into
developfrom
299

Conversation

@mborland

@mborland mborland commented Jul 1, 2026

Copy link
Copy Markdown
Member

Closes: #299

@mborland mborland added the bug Something isn't working label Jul 1, 2026
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.87%. Comparing base (78d2d26) to head (4ff5282).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #300   +/-   ##
========================================
  Coverage    94.87%   94.87%           
========================================
  Files           75       75           
  Lines         9039     9039           
========================================
  Hits          8576     8576           
  Misses         463      463           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78d2d26...4ff5282. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland

mborland commented Jul 2, 2026

Copy link
Copy Markdown
Member Author

The build passes on Drone which is good enough. Need to switch the rest of the CI over to Boost.CI to handle these node problems

@mborland mborland merged commit 4febcc5 into develop Jul 2, 2026
50 of 62 checks passed
@mborland mborland deleted the 299 branch July 2, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build fails on clang with IEEE-128 long double (ppc64le): static_assert(is_same<long double, __float128>) is GCC-only

1 participant